Skip to main content

Filter Functionality in Zymmr

The filter functionality in Zymmr allows you to add, save, and clear filters with multiple conditions. This feature supports various operators and lets you choose fields, operands, and values for multiple fields.

Adding a Filter

  1. Navigate to Filters: Go to the section where you want to apply filters (e.g., project list, task board).
  2. Choose a Field: Select the field you want to filter by (e.g., Workflow State, Project).
  3. Select an Operator: Choose from the available operators:
    • Equals
    • Not Equals
    • Like
    • Not Like
    • In
    • Not In
    • IS
  4. Enter a Value: Input the value for the selected field and operator.
  5. Add Multiple Conditions: Repeat steps 2-4 to add more conditions. The conditions are combined by the (AND) operator

Example: Workflow State equals "Open" AND Project equals "Test"

Saving a Filter

  1. Set the Filter Conditions: Add the desired filter conditions as described above.
  2. Save the Filter: Click on the "Save Filter" button.
  3. Enter a name for the filter and save.

Clearing a Filter

Clear All Conditions: Click on the "Clear Filter" button to remove all filter conditions.

Examples

  • Filter by Workflow State and Project:
    • Workflow State equals "Open" AND Project equals "Test"
  • Filter by Priority and Start Date:
    • Priority equals "High" AND Start Date is "2024-07-28"
  • Filter by Primary Assignee and Status:
    • Primary Assignee equals "John Doe" AND Status equals "In Progress"

Operators Description

OperatorDescription
EqualsMatches the exact value
Not EqualsDoes not match the exact value
LikeMatches similar values (supports wildcards)
Not LikeDoes not match similar values
InMatches any value in a given list
Not InDoes not match any value in a given list
ISUsed for null checks